home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFskyedit / h / PreQuit < prev    next >
Encoding:
Text File  |  2003-11-06  |  302 b   |  17 lines

  1. /*
  2.  *  SFskyedit - Star Fighter 3000 sky colours editor
  3.  *  Quit confirm dbox
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFSPreQuit_h
  8. #define SFSPreQuit_h
  9.  
  10. #include <stdbool.h>
  11. #include "toolbox.h"
  12.  
  13. extern void PreQuit_initialise(ObjectId object);
  14. extern bool TRY_QUIT(int task_handle);
  15.  
  16. #endif
  17.